wayland: Protect against NULL offers on gdk_drag_status() implementation
authorCarlos Garnacho <carlosg@gnome.org>
Wed, 20 Jan 2016 17:55:51 +0000 (18:55 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Wed, 20 Jan 2016 17:55:51 +0000 (18:55 +0100)
commit4f6ea16c2e747c32e78285129df4b98b2a80c10d
tree1ea8df33d84e93b6d2778e216653a6e2a5a979ed
parent261622733c9e30fee08a14623fa970020ead9436
wayland: Protect against NULL offers on gdk_drag_status() implementation

If we're called untimely, we might end up crashing here when poking the
NULL wl_data_offer.
gdk/wayland/gdkdnd-wayland.c